home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
Gnuplot
/
Source
/
NoPane.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-18
|
159 b
|
16 lines
/* $Id: NoPane.h,v 1.1.1.1 1993/03/18 03:34:34 davis Exp $ */
#import "Pane.h"
@interface NoPane:Pane
{
}
- init;
- updateStatus:aStatus doc:aDoc;
@end